home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 June
/
EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso
/
recent1
/
calcprimes11.readme
< prev
next >
Wrap
Text File
|
1997-05-25
|
1KB
|
31 lines
Short: VERY FAST prime computer
Author: Tcn@oxygen.in-berlin.de (Timo C. Nentwig)
Uploader: Tcn@oxygen.in-berlin.de (Timo C. Nentwig)
Version: 1.0
Type: misc/math
Replaces: misc/math/calcprimes*.lha
Kurz: SEHR SCHNELLER Primzahlenberechner
http://home.pages.de/~oxygen.
This readme is just a 5 minutes raw draft. If you have questions drop me a
mail.
CalcPRIMES is the fastest primes computer I know. It calcs on my system
(A4k30+FPU) primes from 2 to 1.000.000 in 4 (four) seconds. If you've some
faster please lemme know.
CalcPRIMES is completely written in *pure* C++. That why it's options
parsing is unix-like (prg -h), no RdArgs().
The amiga version is compiled with SAS/C 6.57 (68000, math=IEEE). Since the
SAS/C just features a C++ to C translator the executable is very large.
The source ain't nevertheless available. I may *sell* it later. If you are
interested contact me: Tcn@oxygen.in-berlin.de
*IMPORTANT*
The current version of CalcPRIMES crashes when calcing to very high
integers (some millions). I still has know fixable idea why ...